Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore!: Move from TestMain to Test Suites #695

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Conversation

IsaacCalligeros95
Copy link
Collaborator

@IsaacCalligeros95 IsaacCalligeros95 commented Jul 29, 2024

This PR moves from Test Main to Suites to setup tests. Test Main runs at the package and requires a flag to know whether to spin up the container or run against a local instance. We require this flag to avoid running container setup during test listing and splitting. With this setup creating new package like Schemas and adding tests requires a Test Main method that takes this flag. To avoid this we're moving to test suites, annoyingly like the TestMain approach test files are only shared within a package so any folders requiring integration tests will need a copy of this file. We make this a non _test file but for now with the old SDK and Framework folders holding all files this is being left as is for now.

@IsaacCalligeros95 IsaacCalligeros95 changed the base branch from main to plugin-framework-development July 29, 2024 04:39
@IsaacCalligeros95 IsaacCalligeros95 changed the title Move from TestMain to Test Suites Chore!: Move from TestMain to Test Suites Jul 31, 2024
Base automatically changed from plugin-framework-development to main July 31, 2024 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant